From 7c5f9bb2b5b61b36f7ab5fa1c1fa10ec93a8805e Mon Sep 17 00:00:00 2001 From: Gianni Tedesco Date: Mon, 1 Nov 2010 18:13:31 +0000 Subject: [PATCH] libxl: fix build since 22325:4ac03710fc32 "libxl: Fix migration of HVM guests" introduces a stat call without including Signed-off-by: Ian Jackson --- tools/libxl/libxl_dom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c index bbba8057e8..6329942db5 100644 --- a/tools/libxl/libxl_dom.c +++ b/tools/libxl/libxl_dom.c @@ -22,6 +22,7 @@ #include #include #include /* for struct timeval */ +#include /* for stat */ #include /* for sleep(2) */ #include -- 2.30.2